From f88e52d04cad7f286de746dd0511e2866093d8f6 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 9 May 2002 21:14:18 +0000 Subject: [PATCH] (woman-menu): Move symbol before the comment so that find-function-search-for-symbol finds it. --- lisp/woman.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/woman.el b/lisp/woman.el index 902fd211744..70dc4683719 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1728,8 +1728,7 @@ Argument EVENT is the invoking mouse event." (woman (current-word t))) ;; WoMan menu bar and pop-up menu: -(easy-menu-define ; (SYMBOL MAPS DOC MENU) - woman-menu +(easy-menu-define woman-menu ; (SYMBOL MAPS DOC MENU) woman-mode-map "WoMan Menu" `("WoMan" -- 2.30.2